.index_products{width: 100%;padding-top: 20px;}
.index_product2{width: 1190px;margin: 0 auto}
.index_prolist{background:url(../img/prolist.jpg) no-repeat;text-align: center;float: left;width: 237px;height: 31px;}
.index_prolist a {color: #fff;line-height: 31px;font-size: 14px;font-weight: normal;}
.index_prolist:hover {background:url(../img/prolist2.jpg) no-repeat;}
.index_prolist:hover a {text-decoration: unset;}
.index_products_zwbg{width:1190px; margin:auto;padding-top:30px; overflow:hidden; position:relative;}


.index_proleft{width: 305px;float: left;}

.asd2{width:255px; float:left; overflow:hidden; position:relative;height: 221px;border:1px solid #d2d2d2;}
.img2{width:255px; overflow:hidden; position:relative;}
.img2 img{width:255px;height: 220px; display:block;cursor: pointer;
       transition: all 0.6s;}
/*.asd2:hover .img2 img{transform: scale(1.2);} */      
.in_proname2 {width:235px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding:10px;background:rgba(0,0,0,0.7);text-align: center;position: absolute;bottom: 0px;left: 0px;}

.in_proname2 a{ display:block;color:#fff; white-space:nowrap; font-size:18px; line-height:24px; font-weight:normal;width:235px; overflow:hidden; text-overflow:ellipsis; }




#index_products_animate,#index_products_animate_1,#index_products_animate_2{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;

-webkit-animation-duration: 1s;
-webkit-animation-delay: .2s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: 1s;
-moz-animation-delay: .2s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: 1s;
-ms-animation-delay: .2s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: 1s;
animation-delay: .2s;
animation-timing-function: ease;
animation-fill-mode: both;
}